home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / programs / spec / 48kdb.txt < prev    next >
Text File  |  1978-05-22  |  987b  |  22 lines

  1. 48K Disk Basic is a system for Sinclair +3 machines which gives
  2. compatibility with 48K programs (such as BIAS) together with a flexible
  3. disk interface which includes an extended CAT command and a COPY command
  4. which can copy disk files to and from tape.
  5.  
  6. Included in the zip file is a text file giving full details of the features
  7. offered by 48KDB.  Also included are the boot program and machine code and a
  8. disk relabelling program for the extended catalogue, all in xzx save-file
  9. format.  That format is as follows:
  10.  
  11.   bytes 0-3:  the characters "ZXF1"
  12.   bytes 4-20: a Spectrum tape header
  13.   bytes 21-:  the file's contents.
  14.  
  15. The data from each file can therefore be extracted by stripping off the
  16. first 21 bytes.
  17.  
  18. Note: This software is only suitable for version 4.0 machines.  The version
  19. number is contained in the system test message, which may be obtained by
  20. going to the TV test screen (hold the break key and press reset) and then
  21. pressing together the keys Q, A, Z, P, L and M.
  22.